Parameters
- value
- The byte array to be stored in the Value property.
byte[] byteArray = { 1, 2, 3, 4, 5}; PgSqlBlob blob1 = new PgSqlBlob(byteArray);
Dim byteArray As Byte() = New Byte() {1, 2, 3, 4, 5} Dim blob1 As New PgSqlBlob(byteArray)
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2